home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / windows / misc / patchu2.arj / RTPATCH.TXT < prev   
Encoding:
Text File  |  1993-11-09  |  2.6 KB  |  74 lines

  1.               RTPatch PATCH.EXE Use Documentation
  2.               -----------------------------------
  3.  
  4.       To assist in the distribution of MicroHelp product
  5.      updates, MicroHelp will be making use of the RTPatch
  6.      system whenever possible.  Should you experience any
  7.       difficulties, or are unsure of the use of the patch
  8.                       file PLEASE call...
  9.          MicroHelp Technical Support at (404)-516-0898
  10.  
  11.                               ***
  12.            This document is NOT intended to explain
  13.               every aspect of the PATCH program.
  14.                               ***
  15.  
  16.  
  17. Command Line Syntax
  18. --------------------
  19.  
  20.     PATCH [options] [<update directory> [<patch file>]]
  21.  
  22. Normally, MicroHelp will distribute patch files in such a way that the 
  23. following command is all you will need to issue...
  24.  
  25.     PATCH patch.RTP
  26.  
  27. In the event that this technique is not applicable, MicroHelp will provide
  28. documentation on using the patch in the form of a 'READ.ME' file distributed
  29. with the patch or comments embedded within the patch file.
  30.  
  31. Previewing a Patch Operation
  32. ----------------------------
  33.  
  34. You can preview what file(s) a patch file will affect by issuing the 
  35. following command...
  36.  
  37.     PATCH /LIST patch.RTP
  38.  
  39. The '/LIST' option will display all patch comments and file(s) that 
  40. needed to be updated.  
  41.  
  42. PATCH Search Order
  43. ------------------
  44.  
  45. When RTPatch needs to search for files to update, it will look in the
  46. following places...
  47.  
  48.     1. The update directory, if specified.
  49.     2. The current directory.
  50.     3. The PATH environment variable.
  51.  
  52. PATCH Command Line Options
  53. --------------------------
  54.  /BACKUP: [<directory>]    | Backs up changed files in the original system
  55.  /NOBACKUP        | Disables/Overrides a /BACKUP setting
  56.  /FILE:<name>        | Update the specified file ONLY
  57.  /HELP            | Displays PATCH's command line options
  58.  /IGNOREMISSING        | Disables error condition on missing file
  59.  /NOIGNOREMISSING    | Disables/overrides an /IGNOREMISSING setting
  60.  /LIST            | Previews the operation without performing the patch
  61.  /MESSAGE        | Enables the displaying of messages
  62.  /NOMESSAGE        | Disables the displaying of messages
  63.  /PATHSEARCH        | Enable PATH searching
  64.  /NOPATHSEARCH        | Disables PATH searching
  65.  /QUIET            | Disables the displaying of all messages
  66.  /SUBDIRSEARCH        | Enables searching of subdirectories
  67.  /NOSUBDIRSEARCH    | Disables searching of subdirectories
  68.  /UNDO            | Enables undoing of patches
  69.  /NOUNDO        | Disables undoing feature
  70.  /VERBOSE        | Enable Maximum Verbosity
  71. -----------------------------------------------------------------------------
  72.                         ______________
  73.                             END DOC
  74.